home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
coffeetycoon_Demo.swf
/
scripts
/
DefineButton2_121
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
163 b
|
9 lines
on(press){
_root.colonyname = _root.colonynametxt;
if(_root.colonyname == "debug-cheat")
{
_root.cheatmode = 1;
}
gotoAndPlay(115);
}